l114/Informatica po/index.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <style> body {margin:0;} .navbar { overflow: hidden; background-color: #333; bottom: 0; width: 100%; } .navbar a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .navbar a:hover { background: #ddd; color: black; } #homeknop { margin-right: 50px; } </style> </head> <body> <div class="navbar"> <a id="homeknop" href="#contact">Home</a> <a href="#home">Jumbo</a> <a href="#news">Slager</a> <a href="#contact">bakker</a> <a href="#contact">muziek</a> </div> </body> </html>

Resultaat

Made by Thijs Aarnoudse